home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 2.1 / FishMarket v2.1 (Asimware Innovations)(1993).iso / sid / sid.configdocs < prev    next >
Text File  |  1993-10-13  |  27KB  |  617 lines

  1.                                 ConfigDocs
  2.                                 **********
  3.  
  4.  
  5. This file describes in detail the setup, operation, and maintenance of the
  6. SID configuration file.  You can completely customize SID to your needs and
  7. environment with the configuration file.  Because the configuration changes
  8. as often as SID does, I've opted to place the instructions in this separate
  9. file.  This file assumes you have read the SID.docs and have used SID enough
  10. to be familiar with the terms describing the SID functions.
  11.  
  12.  
  13. Why the config file is needed
  14. -----------------------------
  15.  
  16. SID will run on its own without the configuration file, though you will be
  17. restricted to using the defaults that are hardcoded into the program.  I must
  18. admit that I set these up for my system, but hopefully you will find that
  19. many of these defaults will suit you as well.  Of course, once the program is
  20. running, any of these default settings may be changed.
  21.  
  22. In all likelihood, however, there will be some defaults that you will need to
  23. alter.  This is where the configuration file enters the picture.  This file
  24. should contain all SID settings which differ from the hardcoded defaults.
  25.  
  26.  
  27. Name and location of the config file
  28. ------------------------------------
  29.  
  30. The SID config file must be named SID.config and placed in the s: directory.
  31. The s: directory is automatically assigned to the 's' directory on your boot
  32. disk, though hard disk users often assign s: to a directory in the Workbench
  33. partition of their hard drive.  Whatever the case, be sure place the config
  34. file there, or SID will not find it.
  35.  
  36. If you are handy with your hex file editor, however, you can change the name
  37. and location of the config file.  Do a search on the name "s:SID.config"
  38. (without the quotes).  I've provided up to 30 characters in which to write
  39. the entire name (including path) of the SID config file.  SID will
  40. automatically strip any trailing blanks.  Be sure you do not overwrite that
  41. final NULL, or nasty things will happen.  Also, do not attempt this unless
  42. you are handy at this kind of thing.
  43.  
  44.  
  45. Loading the config file upon startup
  46. ------------------------------------
  47.  
  48. SID automatically attempts to load the config file upon startup.  No error
  49. message is displayed if SID does not find your config file.  Entries found in
  50. the config file will overwrite the corresponding default settings, meaning
  51. that only entries which differ from the default settings should be included
  52. in your config file.  That way, SID will load the fastest possible.
  53.  
  54.  
  55. Editing the config file
  56. -----------------------
  57.  
  58. You can edit the config file with any ASCII text editor.  Just load the
  59. config file into your favorite editor and enter the keywords and values as
  60. described below.  I'm using the text-file configuration method so that almost
  61. anyone can create and maintain their config file.  Eventually I plan to
  62. release an interactive configuration editor which will not only explain in
  63. detail the meaning of each keyword inside the program, but will also
  64. interactively prompt you for the desired values.  Registered users will be
  65. notified when this program is available.
  66.  
  67. You may also edit the config file from within SID by selecting the "Edit"
  68. subitem from the "Configuration" item in the "Program" menu.
  69.  
  70.  
  71. Format of the config entry
  72. --------------------------
  73.  
  74. The standard format of an entry in the config file is:
  75.  
  76.     Keyword=value
  77.  
  78. The "keyword" is name of the setting that you are changing.  This must be
  79. specified EXACTLY as listed in the docs for SID to recognize it, meaning that
  80. there can be no imbedded blanks and that case (upper and lower) is important.
  81. The keyword is then immediately followed by an equal sign.  Everything from
  82. the equal sign to the end of the line (not including the equal sign or the
  83. end-of-line character) is considered to be part of the value.
  84.  
  85. For example, consider the following entry:
  86.  
  87.     Preferences=sys:prefs/Preferences
  88.  
  89. The keyword is "Preferences", meaning that you want to change the setting for
  90. the Preferences command.  Note that the first letter is capitalized exactly
  91. as listed later in this doc file.  The value is "sys:prefs/Preferences",
  92. meaning, in this case, that SID can find the Preferences program in the
  93. "prefs" directory on the "sys:" disk.
  94.  
  95. The best way to place comments in the config file is to begin the line with a
  96. forward slash, followed by an equal sign and a blank, such as:
  97.  
  98.     /= this is a comment line
  99.  
  100.  
  101. Entries in the config file
  102. --------------------------
  103.  
  104. The entries in the config file are divided into four categories based on the
  105. values they require: flags, numbers, strings, and keys.  Flags require YES
  106. or NO values, numbers require numerical values, strings require text string
  107. values, and keys require specific key values.  The default value for each
  108. keyword is listed in parentheses.
  109.  
  110.  
  111. Flag entries
  112. ------------
  113.  
  114. All of the flag keywords require a YES or NO value.  Note that these values
  115. must be capitalized and should not include any preceeding, imbedded, or
  116. trailing blanks.
  117.  
  118. AbsolutePath=
  119.   (YES is default).  Whether the path name will be converted to its absolute
  120.   path name.  For example, the path name "c:" may be converted to its
  121.   absolute path name "Workbench1.3:c".  Note that even if this flag is set to
  122.   NO, if you enter a blank directory (which will give you the current
  123.   directory), its absolute path name will be displayed.
  124.  
  125. BeginShrunk=
  126.   (NO is default).  Whether SID should begin iconified on the Workbench
  127.   screen when you first run the program.  If you specify YES for this flag,
  128.   SID will then use the configured values for WindowHeight= and ScreenType=
  129.   when you first click on the EXPAND button.
  130.  
  131. BytesOccupied=
  132.   (YES is default).  Whether you want the BYTES command to display the number
  133.   of bytes the highlighted files occupy (YES) or the number of actual bytes
  134.   in the files (NO).
  135.  
  136. CopyOverwrite=
  137.   (YES is default).  Whether you want to overwrite existing files in the
  138.   destination directory when you copy files.  If YES, all highlighted files
  139.   will be copied to the destination directory, regardless of whether they
  140.   exist.  If NO, only the files which do not exist in the destination
  141.   directory will be copied.  Uncopied files will remain highlighted.  You can
  142.   toggle this flag on and off from within SID by using the "Flags" menu.
  143.  
  144. DateMDY=
  145.   (YES is default).  Whether dates will be displayed in Month-Day-Year
  146.   format.  If DateMDY=NO, dates will be displayed in Day-Month-Year format.
  147.   This flag also governs the format in which dates entered for the "Select by
  148.   Date" command are expected.
  149.  
  150. DeleteCheck=
  151.   (YES is default).  Whether a requester will appear at the beginning of each
  152.   delete command, asking you if you are sure you want to delete the
  153.   highlighted files.  This is different than DirDelete because this keyword
  154.   causes a requester to appear only once everytime you execute the DELETE
  155.   command, whereas the DirDelete keyword causes a requester to appear for
  156.   each directory selected for deletion.
  157.  
  158. DirDelete=
  159.   (YES is default).  Whether a requester should appear every time you try to
  160.   delete a non-empty directory, asking you if you are sure you want to delete
  161.   that directory.  Though this can be annoying at times, it will save you
  162.   from the possible catastrophic results of deleting an entire directory you
  163.   wanted to save.
  164.  
  165. EnglishDates=
  166.   (YES is default).  Whether file dates in the DATE and TIME entry display
  167.   will be displayed in English for recent dates (such as "Today",
  168.   "Yesterday", "Tuesday", etc.)  If this is NO, all dates will be displayed
  169.   in the MM/DD/YY format.
  170.  
  171. ErrorStop=
  172.   (YES is default).  Whether the Error requester will be displayed when SID
  173.   encounters an error while trying to perform a command.  This allows you to
  174.   retry the file, skip the file, or stop the command altogether.  If you
  175.   don't wnat to be bothered each time a command fails, set this flag to NULL.
  176.   The files for which a command fails will be left highlighted after the
  177.   command has finished executing.
  178.  
  179. InsertMode=
  180.   (YES is default).  Whether the input fields will be in insert or typeover
  181.   mode.  In insert mode, characters you type are inserted at the cursor,
  182.   and all characters under and to the right of the cursor are moved over one
  183.   character position to the right.  In typeover mode, the character you type
  184.   will appear in the field under the cursor, typing over any existing letter
  185.   under the cursor.  Note that once the program is running, you can switch
  186.   back and forth between insert and typeover mode by pressing CTRL-I and
  187.   CTRL-T, respectively.
  188.  
  189. LoadDiskette=
  190.   (NO is default).  Whether the root directory of a diskette inserted in any
  191.   drive will be loaded automatically into the active list.  See the
  192.   LoadSwitch= flag below.
  193.  
  194. LoadSwitch=
  195.   (YES is default).  There are two ways to automatically load diskette
  196.   directories.  You can continuously load dirs into the same list (the active
  197.   one), or alternate lists (swap the active status after each load).  If the
  198.   config flag LoadSwitch=YES (and LoadDiskette=YES), the directory of an
  199.   inserted diskette will load into the active list, then the inactive list
  200.   will be made the active list.  This means the diskette directories will be
  201.   loaded alternating left and right.  If LoadSwitch=NO (and LoadDiskette=YES), however, the directory of an inserted diskette will
  202.   always be loaded into the same list (the active one).  If LoadDiskette=NO,
  203.   however, the directory of an inserted diskette will not be loaded
  204.   (regardless of the setting of LoadSwitch=).  You can also change the status
  205.   of the LoadDiskette= and LoadSwitch= flags with the "Diskette" item in the
  206.   "Flags" menu.
  207.  
  208. QuitCheck=
  209.   (NO is default).  Whether a requester will appear when you click on the
  210.   window close gadget asking you if you are sure you want to quit.  This is
  211.   provided for people with itchy trigger fingers.
  212.  
  213. Requester=
  214.   (NO is default).  Whether a requester will appear for each command allowing
  215.   you to change the command or its arguments.  You can toggle this on and off
  216.   by clicking on the REQ gadget located in SID's window title bar.  The text
  217.   you enter in the requester will be saved for the next time you execute that
  218.   command.  This can be handy for temporarily changing a command without
  219.   having to edit and reload the config file.
  220.  
  221. ScreenBehind=
  222.   (NO is default).  Whether the SID custom screen should open behind all the
  223.   other screens upon startup.  This is handy if you run SID from your startup
  224.   sequence and open it on its own custom screen.  It will open out of the way
  225.   behind the Workbench screen, but you can easily get to it if you need to.
  226.   You must have the ScreenType= flag set to either CUSTOM or INTERLACE for
  227.   this to work.
  228.  
  229. ShowHidden=
  230.   (YES is default).  Whether to display hidden entries in the directory lists.
  231.   Hidden entries are files or directories with the Hidden protection bit set.
  232.   Even though AmigaDOS doesn't yet support this bit, SID does.  If
  233.   ShowHidden=YES, these hidden entries will not be displayed.  This is handy
  234.   if you don't like to be bothered with all those .info files.  Use the SET
  235.   or PROTECT command to set their hidden bits, and they all disappear next
  236.   time you reload the directory!  Once SID is running, you can toggle this
  237.   flag on and off from the Flags menu.
  238.  
  239. ShowOutput=
  240.   (NO is default).  Whether a CLI window will appear for every program you
  241.   run from SID, allowing you to view that program's output.  This can be
  242.   toggled on and off later with the OUTPUT gadget in the SID window's title
  243.   bar.  Note that if you are running SID from the CLI window, the output of
  244.   programs launched from SID will be displayed in that CLI window anyway.
  245.  
  246. Wait=
  247.   (NO is default).  Whether programs launched with the RUN command will be
  248.   interactive (I know, "Wait" is a funny name, but you'll see my logic).  If
  249.   Wait=NO, then a program launched with the RUN command will be run in the
  250.   background, and SID can go on about its business (the program is launched
  251.   asynchronously, for all you tech buffs).  The problem with this is that the
  252.   program will not be interactive from the CLI.  If Wait=YES, then the
  253.   program will be run in the foreground, meaning SID will wait until the
  254.   program finishes.  The advantage of this method is that the program is
  255.   interactive in the CLI, allowing you to enter input if it's a command-line-
  256.   based program.  Note that this option works only when the OUTPUT window
  257.   option is also specified.
  258.  
  259. WindowStay=
  260.   (YES is default).  When you change the size of the SID window, if
  261.   WindowStay=YES, SID will save the window's location in the Workbench screen
  262.   so that if you ever return to that size window, it will be right where you
  263.   left it last.  If WindowStay=NO, however, then the window will always be
  264.   placed in the position according to the config values.
  265.  
  266.  
  267. Value entries
  268. -------------
  269.  
  270. All of these keywords require a numerical value.  Invalid values will be
  271. corrected or ignored.
  272.  
  273. Color0=
  274. Color1=
  275. Color2=
  276. Color3=
  277.   (-1 is default for all of them).  These are the colors of the SID custom
  278.   screen.  You can edit the custom screen colors by selecting "Colors" from
  279.   the "Environment" menu (you must be in Custom or Interlace screen mode to
  280.   see this menu item, though).  If you click on the ACCEPT button in the
  281.   Color requester, the decimal values (between 0 and 4095) of the four colors
  282.   you selected will be displayed in the message box.  These are the values
  283.   you need to set here.  The four colors are:
  284.  
  285.       Color0: screen background, window title bar text
  286.       Color1: window borders, message box text, field text
  287.       Color2: directory list background, command button background
  288.       Color3: show active list, command button text, cursor
  289.  
  290.   Specifying a value of -1 will give you the same color as the Workbench
  291.   screen.
  292.  
  293. FullLeft=
  294.   (0 is default).  This is the left edge of the Full window.
  295.  
  296. FullTop=
  297.   (0 is default).  This is the top edge of the Full window.
  298.  
  299. HalfLeft=
  300.   (0 is default).  This is the left edge of the Half window.  Note that on a
  301.   standard Workbench screen, a left edge value other than zero for all but
  302.   the Shrink window will be meaningless since both the SID window and the
  303.   Workbench screen are the same width.  This value was placed here for future
  304.   expansion (I'm sure we'll all have a 1024 x 1024 monitor some day) or for
  305.   vScreen users ("BigSID").
  306.  
  307. HalfTop=
  308.   (0 is default).  This is the top edge of the Half window.
  309.  
  310. LaceLeft=
  311.   (0 is default).  This is the left edge of the Lace window.
  312.  
  313. LaceTop=
  314.   (0 is default).  This is the top edge of the Lace window.
  315.  
  316. OutputHeight=
  317.   (120 is default).  This is the height of the CLI output window.
  318.  
  319. OutputLeft=
  320.   (0 is default).  This is the left edge of the CLI output window opened when
  321.   programs are launched from SID and the ShowOutput flag is on.
  322.  
  323. OutputTop=
  324.   (80 is default).  This is the top edge of the CLI output window.
  325.  
  326. OutputWidth=
  327.   (640 is default).  This is the width of the CLI output window.
  328.  
  329. ShrinkLeft=
  330.   (344 is default, which will place the shrink window flush right with the
  331.   Workbench screen).  This is the LeftEdge of the Shrink window.
  332.  
  333. ShrinkTop=
  334.   (0 is default).  This is the TopEdge of the Shrink window.
  335.  
  336. SpecifyLeft=
  337.   (0 is default).  This is the left edge of the Specify window.
  338.  
  339. SpecifyRows=
  340.   (10 is default).  This is the number of rows with which the specify window
  341.   will open.  This value is only used if you specify WindowHeight=SPECIFY.
  342.  
  343. SpecifyTop=
  344.   (0 is default).  This is the top edge of the Specify window.
  345.  
  346.  
  347. String entries
  348. --------------
  349.  
  350. These are the strings used to execute the commands.  Everything from the
  351. equal sign after the keyword to the end of the line, including imbedded and
  352. trailing blanks, will be recognized.
  353.  
  354. Arc=
  355.   (c:arc a is default).  The Arc program you use for archiving files.  Notice
  356.   that five different archival methods are supported: Arc, LHArc, Pak, Warp,
  357.   and Zoo.  Therefore, this value should contain the command to summon the
  358.   Arc program, not the Pak, Warp, or Zoo program.  They have their own
  359.   separate keywords, as shown below.
  360.  
  361. AutoDir1=
  362. AutoDir2=
  363.   (there is no default).  The directories to be automatically loaded upon
  364.   program startup.  AutoDir1 is loaded in the left list, AutoDir2 in the
  365.   right.  You can override these settings by specifying directories in the
  366.   command line when running SID from the CLI, or you can specify "-n" to load
  367.   no directories at all.
  368.  
  369. Button1=
  370. Button2=
  371. Button3=
  372. Button4=
  373. Button5=
  374. Button6=
  375. Button7=
  376. Button8=
  377.   (The default is NOT to list them in the config file).  The eight Button
  378.   keywords listed above correspond to the eight device buttons associated
  379.   with the two directory lists (see the DeviceButtons= keyword).  The
  380.   Button1= keyword corresponds to the leftmost device button, Button8= to the
  381.   rightmost, and so on.  If a device button has a button path specified, then
  382.   instead of appending a colon to the button name, the button path is used.
  383.   That means you must supply any necessary colons and slashes.  That also
  384.   means that the button name is ignored and you can name it anything you
  385.   want.  Note that you do not have to specify a button path for each device
  386.   button.  For example, using the DeviceButtons= keyword default, the third
  387.   button is named DH0.  Instead, you could change the name to WKB (with the
  388.   DeviceButtons= keyword), and set the path with Button3=Workbench1.3:
  389.  
  390. Calculator=
  391.   (c:calculator is default).  The name and location of the calculator program
  392.   that you like to use.
  393.  
  394. Command=
  395.   (there is no default).  This is the AmigaDOS command executed when you
  396.   select "Command" from the "System" menu.  If there is some command that you
  397.   execute on a regular basis, you can set that here.
  398.  
  399. DiskEdit=
  400.   (c:DiskX is default).  The name and location of your favorite disk
  401.   editor.  This is not supported by the current version of SID.
  402.  
  403. Execute=
  404.   (there is no default).  The arguments for batch files executed from SID.
  405.   Though this will likely be blank for most users, you may find sometime that
  406.   you are often executing the same batch file which requires a certain set of
  407.   arguments.
  408.  
  409. FileEdit=
  410.   (c:e is default).  The name and location of your favorite ASCII text
  411.   editor.
  412.  
  413. FileXEdit=
  414.   (c:newzap is default).  The name and location of your favorite hex editor
  415.   (that allows you to edit binary files).
  416.  
  417. Hear=
  418.   (c:hear is default).  The name and location of the program you use to play
  419.   digitized sounds.
  420.  
  421. LHArc=
  422.   (c:lharc a is default).  The LHArc program you use for archiving files.
  423.  
  424. ListArc=
  425.   (c:arc l is default).  The Arc program you use for listing the contents of
  426.   arc'd files.
  427.  
  428. ListLHArc=
  429.   (c:lharc l is default).  The ALHrc program you use for listing the contents
  430.   of arc'd files.
  431.  
  432. ListPak=
  433.   (there is no default).  The command you use for listing the contents of
  434.   pak'd files.  Even though the current version of the Pak program does not
  435.   have the ability to display the contents of pak'd files, this was provided
  436.   for upward compatability.
  437.  
  438. ListWarp=
  439.   (there is no default).  The Warp program you use for listing the contents
  440.   of warp'd files.  Note that the current version of the Warp program does
  441.   not have a command to display the contents of a warp'd file.  This was
  442.   provided for upward compatability.
  443.  
  444. ListZoo=
  445.   (c:zoo l is default).  The Zoo program you use for listing the contents of
  446.   zoo'd files.
  447.  
  448. MakeDirIcon=
  449.   (there is no default).  This is icon that is created along with directories
  450.   you create with the MAKEDIR command.  The default is to have no icon
  451.   created.  I've done it this way so that you are not forced to live with the
  452.   drawer icon image that I choose.  I suggest that you place the .info file
  453.   you want to use somewhere safe, such as the s: directory, perhaps naming it
  454.   "SID.icon".  Note that the new directory icon will inherit all of the
  455.   characteristics of your MakeDir icon, such as position (if you've done a
  456.   snapshot on it), protection bits, comment (if any), etc.
  457.  
  458. NewCLI=
  459.   (c:NewSHELL "NEWCON:0/0/640/96/Type ENDCLI to Quit" is default).  The
  460.   command used to create a new CLI window.  Note how I am using the Shell
  461.   provided with Workbench 1.3 in the default.
  462.  
  463. Other=
  464.   (c:cc is default).  This is a user-definable key which you can set to do
  465.   anything you want.
  466.  
  467. Pak=
  468.   (c:pak is default).  The Pak program you use for archiving files.
  469.  
  470. Pattern=
  471.   (#?.c is default).  The first time you run the PATTERN command (which
  472.   highlights all files in the active list based on the AmigaDOS wildcard
  473.   pattern you specify), this pattern appears in the requester.
  474.  
  475. Preferences=
  476.   (sys:prefs/Preferences is default).  Where to find the Preferences program.
  477.  
  478. Print=
  479.   (run c:print is default).  The name and location of the program you use to
  480.   print files.  A file printing program with C source is included on the disk
  481.   of goodies sent to registered SID users.
  482.  
  483. Run=
  484.   (there is no default).  The arguments for programs run from SID.  Though
  485.   this will likely be blank for most users, you may find sometime that you
  486.   are often running the same program which requires a certain set of
  487.   arguments.
  488.  
  489. SeparateDirs=
  490.   (NO is default).  Whether the dirs and files will be displayed separately
  491.   in the directory lists with the directories on top and the files on the
  492.   bottom.  The default is NO, in other words, mix the files and directories,
  493.   sorting them alphabetically.  NOTE:  To use this feature, you cannot load
  494.   directories which contain dir names that begin with an alternate character
  495.   (such as ß, or any character with a value between 0x80 and 0xFF).  Such
  496.   entries will be displayed correctly, but you will not be able to access
  497.   them.
  498.  
  499. Set=
  500.   (*******- is default).  The protection bit pattern used by the SET
  501.   requester.  This string should be eight characters long, each character
  502.   representing the bit in the corresponding protection string HSPARWED.  A
  503.   letter indicates that the bit is to be set, a dash (-) indicates that the
  504.   bit is to be cleared, and an asterik (or any other character) indicates
  505.   that the bit is to be ignored.  Thus, the default setup will ignore all but
  506.   the Delete bit which will be cleared, meaning if you execute the SET
  507.   command without changing the bit pattern, all highlighted files will have
  508.   their Delete bits cleared (making them Not Deletable).
  509.  
  510. UnArc=
  511.   (c:arc x is default).  The Arc program you use for unarchiving arc'd files.
  512.  
  513. UnLHArc=
  514.   (c:lharc x is default).  The LHArc program you use for unarchiving arc'd
  515.   files.
  516.  
  517. UnPak=
  518.   (there is no default).  The program you use for unarchiving pak'd files.
  519.   For the current version of the Pak program, just typing the name of the
  520.   pak'd file will cause it to unpak itself, therefore no command needs to be
  521.   specified.
  522.  
  523. UnWarp=
  524.   (c:warp write is default).  The Warp program you use for unarchiving Warp'd
  525.   disks.  Be careful with this command.
  526.  
  527. UnZoo=
  528.   (c:zoo x//is default).  The Zoo program you use for unarchiving zoo'd
  529.   files.  The double slashes "//" preserves the structure of zoo'd
  530.   directories when unzooing files by creating the directories and storing
  531.   the zoo'd files in them.
  532.  
  533. View=
  534.   (c:superview -c is default).  The name and location of your favorite IFF
  535.   graphic display program.  Notice that you can attach program arguments.  In
  536.   this case, I added a "-c" argument to surpress color cycling.
  537.  
  538. Warp=
  539.   (c:warp read 0 79 is default).  The Warp program you use for archiving
  540.   disks.
  541.  
  542. Zoo=
  543.   (c:zoo a is default).  The Zoo program you use for archiving files.
  544.  
  545.  
  546. Special entries
  547. ---------------
  548.  
  549. These keywords require one of the special flags listed.
  550.  
  551. ArchiveMethod=
  552.   (ARC is default).  This flag allows you to specify which archive method you
  553.   want to use when archiving files.  You can specify one of the following
  554.   flags:
  555.       ARC ..... to use Arc
  556.       LHARC ... to use LHArc
  557.       PAK ..... to use Pak
  558.       WARP .... to use Warp
  559.       ZOO ..... to use Zoo
  560.   Of course, you can change this at any time with the "Archival Method" item
  561.   in the "Flags" menu.  Also, this flag has nothing to do with unarchiving or
  562.   listing the contents of archived files.  SID automatically determines which
  563.   archival method to use in those cases.
  564.  
  565. ArrowDirection=
  566.   (FLOW is default).  The direction in which the arrow (in the center of the
  567.   SID window) will point.  If ArrowDirection=FLOW, the arrow will point in
  568.   the direction of file flow, i.e. from the active side to the inactive side.
  569.   If ArrowDirection=ACTIVE, the arrow will point to the currently active
  570.   side.  Requires one of the following:
  571.     FLOW
  572.     ACTIVE
  573.  
  574. DeviceButtons=
  575.   (DF0DF1RAMRADDH0DH1DH2DH3 is default).  These are the names of the eight
  576.   device buttons which appear under each window.  Notice how they are
  577.   listed in succession with no imbedded blanks.  The colons are implied and
  578.   will be added by SID.  Each button name must be exactly three characters
  579.   long, and you must specify all eight button names or strange things will
  580.   happen.  You can override the directories loaded when clicking on the
  581.   device buttons by specifying alternate path names with the Button1=,
  582.   Button2=, etc. entries.  See those keyword definitions below for more
  583.   information.
  584.  
  585. EntryType=
  586.   (SIZE is default).  The manner in which the entries will be displayed.
  587.   Requires one of the following:
  588.       SIZE ... <--------- File Name --------->9999999
  589.       DATE ... <--------- File Name ------> MM/DD/YY
  590.       TIME ... <--------- File Name -----> HH:MM:SSam
  591.       BITS ... <--------- File Name -------> HSPARWED
  592.       NOTE ... <-- File Name --> <---- Comment ----->
  593.       DESC ... <-- File Name --> <-- Description --->
  594.  
  595. ScreenType=
  596.   (WORKBENCH is default).  The screen on which the SID window will open when
  597.   the program begins.  Requires one of the following:
  598.     CUSTOM ...... SID will open on its own non-interlaced custom screen
  599.     INTERLACE ... SID will open on its own interlaced custom screen
  600.     WORKBENCH ... SID will open on the Workbench screen
  601.  
  602. WindowHeight=
  603.   (FULL is default).  The size at which SID's window will open when the
  604.   program begins.  Requires one of the following:
  605.     FULL ..... SID will open with a 640x200 pixel window, if possible
  606.     HALF ..... SID will open with a 640x100 pixel window
  607.     LACE ..... SID will open with a 640x400 pixel window, if possible
  608.     SPECIFY .. SID will open with the number of rows you specified with the
  609.                SpecifyRows keyword
  610.  
  611.  
  612. ConfigDocs v1.06 12/02/89
  613. © Copyright 1989 Timm Martin
  614. All Rights Reserved Worldwide
  615.  
  616. /*-- END --*/
  617.